home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DbxTarg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: DbxTarg.pas
- //----------------------------------------------------------------------------
- #ifndef DbxTargHPP
- #define DbxTargHPP
- //----------------------------------------------------------------------------
- #include <LibMain.hpp>
- #include <Controls.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Dbxtarg
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDBXDataDragTarget;
- class __declspec(pascalimplementation) TDBXDataDragTarget : public Libmain::TDragTarget
- {
- typedef Libmain::TDragTarget inherited;
-
- public:
- virtual bool __fastcall DragOver(System::TObject* Target, System::TObject* Source, int X, int Y, Controls::TDragState
- State);
- virtual void __fastcall DragDrop(System::TObject* Target, System::TObject* Source, int X, int Y);
- public:
-
- /* TDragTarget.Create */ __fastcall virtual TDBXDataDragTarget(Dsgnintf::TFormDesigner* ADesigner) :
- Libmain::TDragTarget(ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TDBXDataDragTarget(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Dbxtarg */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbxtarg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DbxTarg
-